function getval(val){ var a1=val.replace(/<\/?.+?>/g,""); var a2=a1.replace(/ /g,""); return a2; } //document.write('http://wxzl.cogonline.com/html/CeShiZhuanLanYi/ShiBin/ZhiNaWenXian/584.html'); wx.config({ debug: false, appId: 'wx85d01b1d7184c45d', timestamp: 1714882757, nonceStr: 'MQKBLBmpzPAq0Rar', signature: 'abc7a340880ecea44f481001b2a10e4c1dea7523', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo' ] }); wx.ready(function () { wx.onMenuShareTimeline({ title: '【OC文献精读】李小琴教授解读《CA125指标可以预测肿瘤的发生概率》', link: 'http://wxzl.cogonline.com/html/CeShiZhuanLanYi/ShiBin/ZhiNaWenXian/584.html', imgUrl: 'http://wxzl.cogonline.com/wp/logo.jpg', success: function () { //alert('fx-ok'); }, cancel: function () { //alert('fx-no'); } }); wx.onMenuShareAppMessage({ title: '【OC文献精读】李小琴教授解读《CA125指标可以预测肿瘤的发生概率》', link: 'http://wxzl.cogonline.com/html/CeShiZhuanLanYi/ShiBin/ZhiNaWenXian/584.html', imgUrl: 'http://wxzl.cogonline.com/wp/logo.jpg', desc: getval('本期特别邀请来自江苏大学附属医院李小琴教授解读2020年10刊登在PLOS MEDICINE杂志的一篇题为《The diagnostic performance of CA125 for the detection of ovarian and non-ovarian cancer in primary care: A population-based cohort study》的文章(IF:10.5)。该文章整理了50780位患者在社区医院进行CA125检测,评估卵巢癌和非卵巢癌患者中CA12'), success: function () { //alert('fx-ok'); }, cancel: function () { //alert('fx-no'); } }); }); wx.error(function (res) { //alert(location.href.split('#')[0]); //alert('err:'+res.errMsg); }); if(location.href.indexOf("?") >= 1 ){ location.href=location.href.substring(0,location.href.indexOf("?")); }